home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 4 / Precision Software Applications Silver Collection Volume 4 (1993).iso / database / flags22.exe / README.DOC < prev   
Text File  |  1991-11-12  |  5KB  |  101 lines

  1. ╔═ FLAGS is from:════════════╗
  2. ║ dbF Software Productions   ║
  3. ║ PO Box 37194               ║
  4. ║ Cleveland, Ohio 44137-0194 ║
  5. ║       (216)491-4581        ║
  6. ╚════════════════════════════╝
  7.  
  8. Presents...
  9. FFFFFFFF   L           AAAAAAAAA    GGGGGGGGGG   SSSSSSSSSS
  10. F          L           A       A    G        G   S        S
  11. F          L           A       A    G            S
  12. FFFFFF     L           AAAAAAAAA    G     GGGG   SSSSSSSSSS
  13. F          L           A       A    G        G            S
  14. F          L           A       A    G        G   S        S
  15. F          LLLLLLLL    A       A    GGGGGGGGGG   SSSSSSSSSS
  16. ============================================================
  17. FLatfile Application Generator System
  18. --       -           -         -  
  19. What is FLAGS?
  20.    FLAGS is a program which allows you to create and manage databases,
  21.    using dBASE III+, dBASE IV, FoxBASE+ or FoxPRO.  FLAGS will
  22.    automatically control your single database application including
  23.    input screen design, verification of data entry values, creation
  24.    of indexed views of your data, and report generation.
  25. What do you need to run FLAGS?
  26.    1 XT, AT or 100% IBM compatible processor
  27.    640 Kb RAM
  28.    Hard disk - with FLAGS installed, of course.
  29.    dBASE III+1.1, IV1.1, FoxPRO 1.02 or FoxBASE 2.1 (or dBASE IV, FoxPRO, 
  30.    or FoxBASE Runtime versions) (Or Executable)
  31.    Path defined to dBASE, FoxBASE, or FoxPRO
  32.    Files = 40 statement in your config.sys file
  33.    Some knowledge of how xBase type databases work will
  34.    help in designing your application.
  35. What can I do with FLAGS?
  36.    Using only FLAGS, you'll be able to create single database applications
  37.    that: have any number of fields; have multiple index capabilities;
  38.    have verification checks at point of entry; have a library of Mailing
  39.    Labels and Reports; create input mailmerge files for numerous word
  40.    processors; create entry screen with default values, blank record
  41.    and verify checkpoints; have several ways of selecting data (including
  42.    Filter Guides, and the world's most archaic form of QBE!);  have global
  43.    replace and delete capabilities; control monitor color; each application
  44.    can relate to one other Flags application for data entry and verification!
  45.    (dBASE IV & FoxPRO versions only); test area to practice entering data 
  46.    into and using your application without changing actual data in the live
  47.    database.
  48.  
  49. *************************************************
  50. **  Changes! since last documentation update:  **
  51. *************************************************
  52.  
  53. 1>  Calculated fields.  FLAGS now allows you to define fields as
  54. "calculated".  This means that the information isn't entered for this
  55. field, it's determined by an equation.  An example would be commission.
  56. In the included system (HOUSE), commission is calculated by the equation:
  57. Commission = asking price * 20%   (English)
  58. Twny_pct = Ask_price*.20          (xBase)
  59. In the create mode, we are asked to enter the calculation.  We enter it
  60. like this:
  61.  
  62. Eask_price*.20
  63. Notice the letter 'E' placed in front.  That's the memory variable name
  64. created and used by FLAGS for data entry.  Put the letter 'E' in front
  65. of any database fields you use. Note that calculated fields can be Numeric
  66. Date, Logical or Characte.  You can create multi-field indexes now by
  67. using a calculated field as a sort order (index) field.
  68.  
  69. 2>  Global Change/Delete/Recalc.  Global (in housekeeping) has a new
  70. function, called "recalculate".  It will automatically recalculate all
  71. calculated fields in the application.  This is so if you change a calc,
  72. you can automatically do all of the data.
  73.  
  74. 3>  Auto-Launch.  You can specify 1 application to be your "main" app.
  75. This means that when you start FLAGS, the system will automatically
  76. go right into that application.  When you exit it, FLAGS will return
  77. to the Master screen.
  78.  
  79. 4>  Copy/Rename application.  The Main menu now has an option to copy
  80. or rename an entire application.
  81.  
  82. 5>  Automatic update.  If, on installing FLAGS, the system detects that
  83. FLAGS already exists, it will prompt you and ask to continue.  If you
  84. do, FLAGS will automatically update all database structures the next
  85. time you run FLAGS.
  86.  
  87. 6>  Documentation.  The documentation is included!!  It's in the file
  88. FLAGS.DOC, located in the \FLAGS directory.  It's about 90 pages.
  89.  
  90. 7>  Registration.  The registration function now includes ASP info,
  91. new price guidelines, release history, credits, and an option to
  92. print out documentation.
  93.  
  94.  
  95. Finally:
  96. Thanks for trying out FLAGS.  We've spent a lot of time making it
  97. user-friendly and yet powerful.  Start by working with the demo
  98. system(s), and then with some simple applications.  Above all, take
  99. it one step at a time!
  100. dbF
  101.